Common Understanding Wiki

Common Understanding Wiki

A Common Knowledge Source of Terms and Definitions

SLA Engine Component

(Az oldal archivált verzióját látod. (1.2), Ugrás a legutóbbi változatra.)
Wiki: BPaaS Tools

Summary

The SLA Engine represents the component responsible for generating, storing and observing the formal documents describing electronic agreements between the parties involved in CloudSocket: BPaaS bundle customers, brokers and cloud providers. The component follows the WS-Agreement specification. This means that the documents representing templates and agreements are valid according to the schema defined in the specification. The specification is extended where needed to cover some specific CloudSocket needs.

This component will expose:

  • A graphical user interface for checking the status of agreements,
  • A REST API interface allowing programmatic access to the different types of functionalities offered.

The main functionalities are:

  • Generation of WS-Agreement templates and agreements.
  • Management of SLA related entities: templates, agreements, providers, violations, penalties
  • Assessment of SLOs and corresponding penalties when an SLO is violated.
  • Notification of detected violations and incurred penalties to interested parties.
  • ...
Type of ownership Extension & Adaptation
Original tool SLA Framework asset
Planned OS license Apache License Version 2.0.
Reference community None


Consist of

  • SLA Engine (core functionalities)
  • SLA Dashboard (Graphical User Interface)

Depends on

  • Monitoring

Component responsible

Developer Email Company
Roman Sosa Gonzalez roman.sosa@atos.net Atos
Joaquin Iranzo Joaquin.iranzo@atos.net Atos


Architecture design

GeneralArchitectureWorkflowEngine.png

Figure: General architecture for Workflow Engine

Installation manual

Development

Requirements

  • Oracle JDK >= 1.6
  • Database to install the database schema for the service: Mysql>=5.0
  • Maven >= 3.0

Installation

All commands shown here are ready to be executed from the root directory of the sla-core project (i.e., the one with the configuration.properties file)

  1. Download source code from gitlab
    git clone https://omi-gitlab.e-technik.uni-ulm.de/cloudsocket/sla-framework.git
    
  2. Compile SLA Engine
    cd sla-core
    mvn clean install
    
  3. Create database in mysql
    $ mysql -p -u root
    mysql> CREATE DATABASE atossla;
    mysql> CREATE USER atossla@localhost IDENTIFIED BY '_atossla_';
    mysql> GRANT ALL PRIVILEGES ON atossla.* TO atossla@localhost;
    
  4. Execute server. The following command will start a SLA Engine server in port 8080.
    bin/runserver.sh [port]
    

User manual

API Specification

The SLA Framework API will be extended in CloudSocket.

3 Mellékletek
51712 Megtekintés
Átlagos (0 Szavazatok)
Hozzászólások
Új hozzászólás
Beküldve 2021.06.06. 16:23.